home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000114_news@columbia.edu_Wed Aug 9 15:48:18 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA18721
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 9 Aug 1995 11:48:23 -0400
  3. Received: by apakabar.cc.columbia.edu id AA05777
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 9 Aug 1995 11:48:21 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: MS-Kermit 3.14 and EVE
  9. Date: 9 Aug 1995 15:48:18 GMT
  10. Organization: Columbia University
  11. Lines: 16
  12. Message-Id: <40alc2$5kf@apakabar.cc.columbia.edu>
  13. References: <408069$q05@pacifier.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Cc: 
  16.  
  17. In article <408069$q05@pacifier.com>, Mike Freeman <mikef@pacifier.com> wrote:
  18. : A coworker is trying to use MS-Kermit 3.14 (latest version) to 
  19. : communicate with our Vax/VMS mainframes from home via dial-up connection. 
  20. : The modem is connected to our systems thru a terminal server. I believe 
  21. : he is using Ms-Kermit as a VT-320 emulator.
  22. : The problem: he says that, when running EVE (sp), the text-editor, he 
  23. : gets all sorts of stray characters on his screen, rendering the system 
  24. : useless. Any ideas about the cause (asside from the possibility of a 
  25. : noisy telephone line)? Dunno whether he's done a "do vms" or not.
  26. If he did not, that would explain it.  The VMS macro puts the terminal
  27. emulator into 8-bit mode, which VMS expects if the terminal identifies
  28. itself as VT220 or above.  The command is "set terminal bytesize 8".
  29.  
  30. - Frank